home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Skunkware 5
/
Skunkware 5.iso
/
src
/
X11
/
xpaint-2.1.1
/
rc.h
< prev
next >
Wrap
Text File
|
1995-05-03
|
253b
|
17 lines
typedef struct {
int freed;
int ncolors;
char **colors;
Boolean *colorFlags;
Pixel *colorPixels;
int nimages;
Image **images;
int nbrushes;
Image **brushes;
} RCInfo;
RCInfo *ReadDefaultRC(void);
RCInfo *ReadRC(char *);
void FreeRC(RCInfo*);